pub async fn create_ephemeral_env(
ctx: RequestCtx,
__arg1: Json<CreateEphemeralEnvRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
POST /api/v1/ephemeral-env — launch an ephemeral CFS environment from an IMS image.