We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b26c47 commit 7d19c0eCopy full SHA for 7d19c0e
1 file changed
sandbox.ts
@@ -98,7 +98,7 @@ export const sandboxKillCommand = new Command<SandboxContext>()
98
const res = await (client.sandboxes as any).kill.mutate({
99
org,
100
sandboxId,
101
- clusterHostname: [cluster.hostname],
+ clusterHostname: cluster.hostname,
102
});
103
104
if (res.success) {
0 commit comments