Deleting Custom Parameters in a Profile
Use --cli-profile to specify the name of the profile to be deleted. The command for deleting custom parameters in a profile is as follows:
- Deleting a specific custom parameter in a profile
cloud configure delete --cli-profile=${profileName} [--cli-custom=true] --cli-custom-key=${customName}
cloud configure delete --cli-profile=test --cli-custom-key=projectIdFrom profile test, custom parameter projectId is deleted.
- Deleting all custom parameters in a profile
cloud configure delete --cli-profile=${profileName} --cli-custom=true
cloud configure delete --cli-profile=test --cli-custom=trueAll custom parameters in profile test are deleted.
Parent topic: Deleting a Profile