Capacity - Starts a paused capacity

Initiates the startup process for a paused capacity within the Azure portal.

post

This API call may take some more time as compared to other API calls

Authorizations
Query parameters
capacityNamestringRequired

Enter the name of the capacity that needs to be started. (Type: String)

versionstringOptional

The requested API version

Default: 1.0
Responses
200

Success: Capacity started successfully, acknowledgment received.

post
POST /capacities/startCapacity?capacityName=text HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated