2.0 KiB
2.0 KiB
Return to top
Restart
=====================================================================================================
GET
/applications/{uuid}/restart
Restart application. Post request is also accepted.
Authorizations
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the application.
Type
string
Required
Responses
200400401404
Restart application.
Content-Type
application/json
SchemaJSON
JSON
{
"message": "Restart request queued.",
"deployment_uuid": "doogksw"
}
GET
/applications/{uuid}/restart
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Try it out
Samples
Powered by VitePress OpenAPI