Skip to main content
GET
/
applications
/
{uuid}
/
restart
Restart
curl --request GET \
  --url https://app.coolify.io/api/v1/applications/{uuid}/restart \
  --header 'Authorization: Bearer <token>'
{
  "message": "Restart request queued.",
  "deployment_uuid": "doogksw"
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Path Parameters

uuid
string<uuid>
required

UUID of the application.

Response

Restart application.

message
string
Example:

"Restart request queued."

deployment_uuid
string

UUID of the deployment.

Example:

"doogksw"

I