[RuntimeTrace] debug_stopGoTrace
Stops writing the Go runtime trace.
JSONRPC: debug_stopGoTrace
Request
- application/json
Body
method stringrequired
Default value: debug_stopGoTrace
Method name
id int64required
Default value: 1
Request ID, Random or Auto incrementation
jsonrpc stringrequired
Default value: 2.0
JSON-RPC Version (2.0)
params array
Responses
- 200
Stops writing the Go runtime trace.
- application/json
- Schema
- Example (from schema)
Schema
jsonrpc stringrequired
Default value: 2.0
id int64required
error
object
result string
{
"jsonrpc": "2.0",
"id": 0,
"error": {
"code": -32700,
"message": "Parse error",
"data": "string"
},
"result": null
}
- curl
- python
- nodejs
- java
- CURL
ResponseClear