Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ shutdown
Method
shutdown
supervisor/client/src/lib.rs:161–163 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
159
}
160
161
pub async fn shutdown(&self) -> Result<()> {
162
self.http_request(
"POST"
,
"/shutdown"
, ()).await
163
}
164
}
165
166
#[derive(Debug, Clone)]
Callers
1
main
Function · 0.45
Calls
1
http_request
Method · 0.80
Tested by
no test coverage detected