Skip to main content
POST
Start Application
string
required
The API key for your account. You can find this in your account settings.
Starts a stopped application on its assigned cluster. It is a no-op if the application is already running, so it is safe to call as part of a script without first checking Get Application Status. Starting only brings the existing files and configuration online, it does not deploy new code; use Upload Application for a first deployment or Commit Application to push a change first. On workspace-shared applications, the caller needs the Manager, Maintainer, or Administrator role. The request is rate limited to 1 start per 3 seconds per application, and to 20 lifecycle actions per 15 seconds per user across all applications, with a 60-second block once that cap is hit.

Parameters

string
required
The ID of the application. You can find this in the URL of your application’s dashboard.

Response

string
Indicates whether the call was successful.. success if successful, error if not.

Common errors