Skip to main content

diagrid project update

Update a project's settings

Description

Update a project's settings, such as enabling managed workflow storage, toggling app tunnels, or adjusting the global App ID max body size.

diagrid project update <project-name> [flags]

Examples


# Update a project to enable the workflows managed store
diagrid project update my-project --enable-managed-workflow

# Update a project to disable the workflows managed store
diagrid project update my-project --enable-managed-workflow=false

# Update a project to enable agent infrastructure
diagrid project update my-project --enable-agent-infrastructure

# Update a project to disable agent infrastructure
diagrid project update my-project --enable-agent-infrastructure=false

# Disable agent infrastructure without confirmation prompt
diagrid project update my-project --enable-agent-infrastructure=false --approve

# Update the max body size for all App IDs in a project
diagrid project update my-project --global-appid-max-body-size 16Mi

Options

--enable-managed-workflow Enable a managed workflows store which is required to enable the Workflows API
--enable-agent-infrastructure Enable or disable managed services and components required for Dapr Agents
-w, --wait Wait for long-running resource creation to finish
--disable-app-tunnels Disable app tunnels for this project
--global-appid-max-body-size string Maximum body size for HTTP and gRPC requests across all App IDs in this project (e.g., "4Mi", "8Mi", "16Mi"). Can be overridden at the individual App ID level
--approve Skip confirmation prompt
-h, --help help for update

Options inherited from parent commands

--api-key string Diagrid Cloud API key

SEE ALSO