Skip to main content
POST
/
deploy
/
{deploy_id}
/
start
Deploy Start
curl --request POST \
  --url https://api.example.com/deploy/{deploy_id}/start \
  --header 'Authorization: Bearer <token>'
{
  "deploy_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Path Parameters

deploy_id
string
required

Response

Successful Response

deploy_id
string
required

Deploy Id

Example:

"fkj843kjh8"