Skip to main content
Unary · Environment Automations Starts an automation service. This call does not block until the service is started. This call will not error if the service is already running or has been started. Use this method to:
  • Start stopped services
  • Resume service operations
  • Trigger service initialization

Examples

  • Start service: Starts a previously stopped 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.StartServiceRequest

Response

gitpod.v1.StartServiceResponse This message has no fields.