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
string
required
The unique identifier of the stack to update
Request Body
string
New name for the stack (optional)
object
Stack configuration settings to update (optional)
All request body fields are optional. Include only the fields you want to update.
Response
string
Unique identifier for the updated stack
string
Name of the updated stack
object
Updated stack configuration settings
array
Array of servers (not populated in update response)
string
ISO timestamp when the stack was originally created
string
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

