Documentation Index
Fetch the complete documentation index at: https://docs.toolrouter.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Updates the properties of an existing stack. You can modify the stack name and/or configuration. This endpoint supports partial updates - you only need to include the fields you want to change.Endpoint
Authentication
This endpoint requires an API key. Include it in the Authorization header:Path Parameters
The unique identifier of the stack to update
Request Body
New name for the stack (optional)
Stack configuration settings to update (optional)
All request body fields are optional. Include only the fields you want to update.
Response
Unique identifier for the updated stack
Name of the updated stack
Updated stack configuration settings
Array of servers (not populated in update response)
ISO timestamp when the stack was originally created
ISO timestamp when the stack was last updated
Example Request
Update Stack Name
Update Configuration Only
Update Both Name and Configuration
Example Response
Error Responses
400 Bad Request
Invalid request data
401 Unauthorized
Invalid or missing API key
404 Not Found
Stack not found
429 Too Many Requests
Rate limit exceeded
500 Internal Server Error
Server error occurred

