Capacity - Pause already running capacity in Azure portal
This API call may take some more time as compared to other API calls
Authorizations
HTTPRequired
Please enter a valid token
Query parameters
capacityNamestringRequired
CapacityName which needs to be paused(Type: String)
versionstringOptionalDefault:
The requested API version
1.0Responses
200
Acknowledgment for successful pausing of capacity
401
Un-authorized request
500
Server related error
post
/capacities/pauseCapacityPOST /capacities/pauseCapacity?capacityName=text HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}Last updated