Zuplo
Zuplo CLI

Zuplo CLI: Delete

Deletes the Zuplo API at the URL
TerminalCode
zuplo delete --url <url> [options]

Examples

Delete a deployed environment by its URL

TerminalCode
zuplo delete --url https://my-api-dev-123abc.zuplo.app

Delete an environment and wait until the deletion is complete

TerminalCode
zuplo delete --url https://my-api-dev-123abc.zuplo.app --wait

Options

--url

The URL of the Zuplo API to delete

Type: string

--project

The project name

Type: string

--account

The account name

Type: string

--self-hosted-endpoint

The endpoint of your self-hosted service to deploy to

Type: string

--wait

Should the CLI wait until the Zuplo API is deleted

Type: boolean

Global options

The following global options are available for all commands:

Last modified on