Deleting a profile
Written by
Warning
You can't delete a profile if:
- It is an active profile.
- It is the only profile.
-
Get the list of profiles:
$ yc config profile list prod ACTIVE test
-
Delete the
test
profile:$ yc config profile delete test Profile 'test' deleted
-
Make sure that the profile was deleted:
$ yc config profile list prod ACTIVE