Help Center> Koo Command Line Interface> FAQs> Parameters> Why Am I Seeing a Message Indicating an Invalid Parameter?
Updated on 2023-05-22 GMT+08:00

Why Am I Seeing a Message Indicating an Invalid Parameter?

Background

During a cloud service API call to manage and use your cloud service resources, KooCLI verifies the validity of your input parameters. If you enter an unsupported parameter in a command or pass a parameter that can be used only in a profile into a command, the following error message is displayed:

[USE_ERROR] Invalid parameter: *

Solution

  1. Run the hcloud <service> <operation> --help command and check the parameters in Params of the command output. If the parameter does not exist, check either of the following reasons:
    1. Using the online mode: The API does not support this parameter. Modify the parameter based on the value of Params in the command output.
    2. Using the offline mode: The offline data package you used may not be the latest version, resulting in a parameter verification failure. In this case, run the hcloud meta download command to update the offline data package, and then run the command in 1 again. If the parameter still does not exist in the result, the API data is unavailable for KooCLI offline mode. Try again when the offline data package is updated, or use the online mode instead.
  2. If you have entered system parameters (such as cli-lang) in the command for calling a cloud service API, an error message is displayed. The parameters can only be configured in a profile by running hcloud configure set --key1=value1 --key2=value2 ...
  3. If the preceding error message is not displayed during the command execution, but the returned value of the called API indicates a parameter error, the local cache files containing the API details may be modified. As a result, the parameter verification is inaccurate. In this case, run the hcloud meta clear command to clear the cache files and run the hcloud <service> <operation> --help command again to check whether the parameter is included in the parameter list of the target API.

Parameters FAQs

more