Hi, i am trying to kill the instance using tccli ``` cvm TerminateInstances --InstanceIds='["ins-1234"]' ``` gives an error `AttributeError: 'list' object has no attribute 'encode'` What should be a correct syntax? I am using Python 3.9.7
Hi, i am trying to kill the instance using tccli
gives an error
AttributeError: 'list' object has no attribute 'encode'What should be a correct syntax? I am using Python 3.9.7