Deleting a Yandex Cloud CLI profile
Written by
Updated at August 19, 2026
Warning
You cannot delete a profile if:
- It is an active profile.
- It is the only profile.
If it is the only profile, delete its parameters one by one.
-
Get the list of profiles:
yc config profile listResult:
prod ACTIVE test -
Delete the
testprofile:yc config profile delete testResult:
Profile 'test' deleted -
Make sure that the profile was deleted:
yc config profile listResult:
prod ACTIVE