Skip to main content
Unary · Environment Automations Starts a task by creating a new task execution. This call does not block until the task is started; the task will be started asynchronously. Use this method to:
  • Trigger task execution
  • Run one-off tasks
  • Start scheduled tasks immediately

Examples

  • Start task: Creates a new execution of a task.

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.StartTaskRequest

Response

gitpod.v1.StartTaskResponse
gitpod.v1.TaskExecution
gitpod.v1.TaskExecutionMetadata
gitpod.v1.TaskExecutionSpec
gitpod.v1.TaskExecutionStatus