POST
/
api
/
v1
/
apps
/
{uuid}
/
deploy
Deploy application
curl --request POST \
  --url https://app.miget.com/api/v1/apps/{uuid}/deploy \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "custom_tag": "<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

Application UUID

Body

application/json

Deploy application

custom_tag
string

Custom image tag to deploy (optional)

Response

Deploy application

Api_V1_Entities_Message model

message
string
required

Response message