Help Center> Koo Command Line Interface> FAQs> Parameters> Why Am I Seeing a Message Indicating an Unsupported Parameter Position or Type?
Updated on 2022-07-07 GMT+08:00

Why Am I Seeing a Message Indicating an Unsupported Parameter Position or Type?

Background

During a cloud service API call to manage and use your cloud service resources, KooCLI verifies the validity of your input parameters. KooCLI obtains details about all parameters of the API, including the parameter type and position in the request. If the locally cached metadata files are modified, KooCLI may not be able to correctly parse the API parameter details during the running process. The following error message will be displayed during verification:

  • [CLI_ERROR] * is in an incorrect position: *
  • [USE_ERROR] Unsupported parameter type: key=*, type=*

Solution

Run hcloud meta clear to clear the cached metadata files, and try again.

Parameters FAQs

more