Update an Execution Environment
put
/api/v2/execution_environments/{id}/
Make a PUT or PATCH request to this resource to update this execution environment. The following fields may be modified:
name
: Name of this execution environment. (string, required)description
: Optional description of this execution environment. (string, default=""
)organization
: The organization used to determine access to this execution environment. (id, default=``)-
image
: The full image location, including the container registry, image name, and version tag. (string, required) -
credential
: (id, default=``) pull
: Pull image before running? (choice)""
: --------- (default)always
: Always pull container before running.missing
: Only pull the image if not present before running.never
: Never pull container before running.
For a PUT request, include all fields in the request.
Request
Supported Media Types
- application/json
Path Parameters
Query Parameters
-
search: string
A search term.
Root Schema : schema
Type:
Show Source
object
-
credential:
integer
-
description:
string
-
image(required):
string
The full image location, including the container registry, image name, and version tag.
-
name(required):
string
-
organization:
integer
The organization used to determine access to this execution environment.
-
pull:
string
Pull image before running?