Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

The ID of the organization

project_name
string
required

The name of the project

id
string
required

The id of record

resource_name
string
required

The name of the stack resource

Response

Restart initiated

name
string
required
id
string
read-only
stack_id
string
read-only
labels
object[]
annotations
object[]
revision
string
read-only
source
object

Where a stack resource's runtime image comes from. Exactly one of git, image, or volume must be set (enforced server-side).

Example:
init_spec
object
Example:
execution_config
object
Example:
volume_mounts
object[]
depends_on
string[]
lifecycle_config
object
Example:
ports
object[]
outputs
object[]
read-only
workload_type
enum<string>
default:Service
Available options:
Service,
StatefulService,
Worker,
Job,
CronJob
schedule
string
replicas
integer<int32>
Required range: x >= 0