Stop Repository

Stops a repository.

Request Body

1{
2  "repository": "my-project/my-app"
3}

Example

1curl -X POST "https://api.hola.cloud/api/console/stop" \
2  -H "Content-Type: application/json" \
3  -d '{"repository": "my-project/my-app"}'

Comments

Leave a comment