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
hcloud configure delete --cli-profile=${profileName} [--cli-custom=true] --cli-custom-key=${customName}
hcloud configure delete --cli-profile=test --cli-custom-key=projectId From profile test, custom parameter projectId is deleted.
- Deleting all custom parameters in a profile
hcloud configure delete --cli-profile=${profileName} --cli-custom=true
hcloud configure delete --cli-profile=test --cli-custom=true All custom parameters in profile test are deleted.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.