LocalAI/.bruno/LocalAI Test Requests/backend monitor/backend-shutdown.bru
2024-10-30 09:10:33 +01:00

22 lines
252 B
Plaintext

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}}"
}
}