Update Stack
Modify an existing stack in your ToolRouter account
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
Invalid request data
Invalid or missing API key
Stack not found
Rate limit exceeded
Server error occurred