Skip to main content
Unary · Environment Automations Stops an automation service. This call does not block until the service is stopped. This call will not error if the service is already stopped or has been stopped. Use this method to:
  • Pause service operations
  • Gracefully stop services
  • Prepare for updates

Examples

  • Stop service: Gracefully stops a running service.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.StopServiceRequest

Response

gitpod.v1.StopServiceResponse This message has no fields.