Skip to main content

Unuse

Remove existing contexts set via the `use` command.


studio unuse <context>

If you've set a context with the studio use command, you can also remove it. The possible contexts include:

  • team: The usage of a unique team ID.
  • project: The usage of a unique project ID.
  • api: The usage of a Studio API URL.
ArgumentTypeDefaultDescription
<context>string--One of: team, project, or api

Examples

team

Remove a context that was set for a unique team ID.

studio unuse team

This will log a confirmation message:

your team context has been removed

project <id>

Remove a context that was set for a unique project ID.

studio unuse project

This will log a confirmation message:

your project context has been removed

api <apiUrl>

Remove a context that was set for a Studio API URL.

studio unuse api

This will log a confirmation message:

your api context has been removed