Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 738 Bytes

File metadata and controls

26 lines (17 loc) · 738 Bytes

InitScript

Get agent init script

Code samples

# Example request using curl
curl -X GET http://coder-server:8080/api/v2/init-script/{os}/{arch}

GET /init-script/{os}/{arch}

Parameters

Name In Type Required Description
os path string true Operating system
arch path string true Architecture

Responses

Status Meaning Description Schema
200 OK Success