Updated on 2023-03-13 GMT+08:00

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.