Coder · Example Payload

Coder Create Workspace Example

Developer ToolsRemote DevelopmentCloud Development EnvironmentsAI AgentsInfrastructureWorkspaces

Coder Create Workspace Example is an example object payload from Coder, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nametemplate_idtemplate_version_idautostart_schedulettl_msautomatic_updatesrich_parameter_values

Example Payload

Raw ↑
{
  "name": "my-workspace",
  "template_id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
  "template_version_id": "e5f6a7b8-c9d0-1234-ef01-345678901234",
  "autostart_schedule": "CRON_TZ=America/Chicago 0 9 * * MON-FRI",
  "ttl_ms": 28800000,
  "automatic_updates": "never",
  "rich_parameter_values": [
    {
      "name": "region",
      "value": "us-east-1"
    },
    {
      "name": "instance_type",
      "value": "t3.large"
    }
  ]
}