File size: 250 Bytes
7def60a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
meta {
  name: backend-shutdown
  type: http
  seq: 3
}

post {
  url: {{PROTOCOL}}{{HOST}}:{{PORT}}/backend/shutdown
  body: json
  auth: none
}

headers {
  Content-Type: application/json
}

body:json {
  {
      "model": "{{DEFAULT_MODEL}}"
  }
}