267 | | |
| 267 | === fedd_terminate.py === |
| 268 | |
| 269 | Deallocate resources from an experiment and remove the experiment structures from the experiment controller. It takes the standard arguments and: |
| 270 | |
| 271 | '''--experiment_cert='''''filename'':: |
| 272 | The ''filename'' must contain a certificate valid for the experiment's fedid. If so it is used to authenticate access to the experiment. A password may be required if one has been added to the private key. |
| 273 | '''--experiment_name='''''name'':: |
| 274 | The local name of the experiment to query. Only the experiment creator can use this for access. |
| 275 | '''--force''':: |
| 276 | Remove the experiment if at all possible. Experiments in '''starting''' or '''terminating''' states cannot be terminated without this option. |
| 277 | '''--logfile='''''path'':: |
| 278 | A file to store the log in rather than printing to the standard output. |
| 279 | '''--print_log''':: |
| 280 | Print a log of the experiment controllers actions. |