Update an Execution Environment

patch

/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 PATCH request, include only the fields that are being modified.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : ExecutionEnvironment
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : ExecutionEnvironment
Type: object
Show Source
Back to Top