Update a project by ID or slug. The name, slug, and delete protection can be changed. Omitted fields remain unchanged. Changing the slug affects generated deployment domains.
Usage#
Flags#
Project ID or slug.
New project slug. Omit to leave unchanged.
New human-readable project name. Omit to leave unchanged.
Enable or disable delete protection. Omit to leave unchanged.
Global Flags#
| Flag | Type | Description |
|---|---|---|
--root-key | string | Override root key ($UNKEY_ROOT_KEY) |
--api-url | string | Override API base URL (default: https://api.unkey.com) |
--config | string | Path to config file (default: ~/.unkey/config.toml) |
--output | string | Output format. Use json for raw JSON |
--body | string | Send this JSON string as the request body. You cannot combine it with request-building flags. |
Examples#
See the API reference.