Skip to content

contexts delete

Overview

Remove a context from the CLI

Aliases: delete, del, remove, rm

Usage:

quix contexts delete <name> [options]

Arguments:

  • <name> : Name of the context

How It Works

The quix contexts delete command removes a specified context from the Quix CLI. This action deletes the context configuration, making it no longer accessible within the CLI.

Example Usage

To remove a context, use the following command:

$ quix ctx remove your-context

If the context is successfully removed, you will see the confirmation message:

✓ Removed context your-context

Warning

If the context does not exist, you will receive an error message:

Context doesn't exist