Skip to main content

diagrid appid delete

Delete appid

Description

Delete App ID from a project

diagrid appid delete <appid...> [flags]

Examples


# Delete appid from a project
diagrid appid delete my-appid --project my-project

# Delete multiple appids from a project
diagrid appid delete my-appid1 my-appid2 --project my-project

Options

  -p, --project string   Name of existing project
-w, --wait Wait for long-running resource deletion to finish
--approve Skip confirmation prompt
-h, --help help for delete

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO