POST
/
api
/
v1
/
stacks
/
{uuid}
/
deploy
Deploy a stack
curl --request POST \
  --url https://app.miget.com/api/v1/stacks/{uuid}/deploy \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "commit_sha": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Stack UUID

Body

application/json

Deploy a stack

commit_sha
string

Specific commit SHA to deploy (optional)

Response

Deploy a stack

Api_V1_Entities_Message model

message
string
required

Response message