Skip to content

Commit ef359e1

Browse files
committed
chore: remove token
1 parent 4c9856c commit ef359e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/aggregation_mode/aggregation_mode_shutdown.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ echo "Stopping GPU Server..."
66

77
sleep 120
88

9-
curl -X POST "https://dashboard.tensordock.com/api/v2/instances/41ef030d-22f2-4e5e-852e-cb21982271c0/stop" \
10-
-H "Authorization: Bearer fwf7iWW3PEQXqUTFGPJvlmQ8lny3MIUg" \
9+
curl -X POST "$BASE_URL/instances/$INSTANCE_ID/stop" \
10+
-H "Authorization: Bearer $API_KEY" \
1111
-H "Content-Type: application/json" \
1212
-H "Accept: application/json" \
1313
--data-urlencode 'disassociate_resources=true' \

0 commit comments

Comments
 (0)