Skip to main content
Use a manifest when you want a repeatable workload definition. Apply reads one or more YAML documents from a file and creates or updates each resource.

1. Write a workload manifest

Save the file as web.yaml.

2. Apply the manifest

3. Check the result

4. Update from the manifest

Edit web.yaml, then apply the updated manifest:

Sandbox manifest

Sandbox manifests require metadata.name and spec.ttl. Use metadata.subnet or pass --subnet when applying the file.
Apply the Sandbox:

Scope rules

The CLI resolves account and namespace from flags, manifest metadata, and current context. Use --namespace when you want the command to be explicit:
The target subnet belongs in workload metadata as metadata.subnet. You can also use --subnet to override the manifest value for one command. Use the resource manifest reference for exact generated YAML fields, examples, allowed values, and read-only fields.