agent: |
qc7tj24vkLzZuYWbHhhAStart the host if it is down
Start the host if it is down
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
inputs
outputs
if not host_is_up:
cmd = f'aws ec2 start-instances --instance-ids {instance_id}'
op = _exe(None, cmd)
print(op)
copied