Capacity - Pauses a running capacity
This API call may take some more time as compared to other API calls
Authorizations
HTTPRequired
Please enter a valid token
Query parameters
capacityNamestringRequired
Enter the name of the capacity that needs to be paused. (Type: String)
tierstringOptional
Enter the tier of the capacity that needs to be started. (Type: String)
versionstringOptionalDefault:
The requested API version
1.0Responses
200
Success: Capacity paused successfully.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
/capacities/pauseCapacityPOST /capacities/pauseCapacity?capacityName=text HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}Last updated