This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
[RuntimeTrace] debug_stopGoTrace
Stops writing the Go runtime trace.
JSONRPC: debug_stopGoTrace
Request
- application/json
Body
params array
Responses
- 200
Stops writing the Go runtime trace.
- application/json
- Schema
- Example (from schema)
Schema
error
object
result string
{
"jsonrpc": "2.0",
"id": 0,
"error": {
"code": -32700,
"message": "Parse error",
"data": "string"
},
"result": null
}
- curl
- python
- nodejs
- java
- Curl
curl -X 'POST' \
'https://public-en-kairos.node.kaia.io' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"method": "debug_stopGoTrace",
"id": 1,
"jsonrpc": "2.0",
"params": []
}'
- CURL
curl -L 'https://public-en-kairos.node.kaia.io/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"method": "debug_stopGoTrace",
"id": 1,
"jsonrpc": "2.0",
"params": [
null
]
}'
ResponseClear